-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fabric8 next version daily check #1856
base: main
Are you sure you want to change the base?
Conversation
7e19a3e
to
fe9491f
Compare
push: | ||
paths-ignore: | ||
- 'docs/**' | ||
branches: [ main, v1, v2, v3, next ] | ||
branches: [ fabric8-next-version ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep releasing snapshots for main
as well. Ideally, on every merge, even, which would mean splitting this out. Don't know. A snapshot a day is probably enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK it works in a way that, this is not merged, so the github action will for this branch will take into account only the code on this branch. So since this PR never will be merged this should be enough to run the releases daily for this branch, but will work also for main (since that run uses the code from there)
@@ -7,6 +7,9 @@ concurrency: | |||
group: ${{ github.ref }}-${{ github.workflow }} | |||
cancel-in-progress: true | |||
on: | |||
schedule: | |||
# Run on end of the day | |||
- cron: '0 0 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this added? Is it meant to run a build at least once a day?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, to run a daily build.
cec7be5
to
60b937f
Compare
60b937f
to
c2c6513
Compare
dd30ae2
to
cb97374
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
cb97374
to
756b59f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
756b59f
to
2a19a20
Compare
bdc0b7c
to
903267c
Compare
Signed-off-by: Chris Laprun <[email protected]>
903267c
to
78c6145
Compare
Signed-off-by: Chris Laprun <[email protected]>
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
!! DON'T MERGE !!
The goal of this PR is to test the framework with the most recent version of fabric8 client.
Will make a daily release of the snapshot with version:
999.F8-SNAPSHOT